home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gModeState, oCHROTextSlider, oIndexScroller, gIndxScrollFldK, oTextSlider
- set vloc to the mouseV
- set vloc to the mouseH
- if gModeState = #CHRO then
- set the textStyle of field gIndxScrollFldK to "plain"
- mSlideSlider(oCHROTextSlider)
- repeat while the stillDown
- mSlideSlider(oCHROTextSlider)
- end repeat
- mEndIndexToLine(oIndexScroller)
- hIndexClick(3)
- else
- mSlideSlider(oTextSlider)
- repeat while the stillDown
- mSlideSlider(oTextSlider)
- end repeat
- end if
- end
-